CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cic matlab

搜索资源列表

  1. quanshuzilvboqiMatlabchengxu

    0下载:
  2. 全数字调制解调器设计的matlab程序 有CIC FIR等滤波器-digital modem design Matlab CIC procedures such as FIR filters
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7350
    • 提供者:sunny_girl
  1. systemtestask

    0下载:
  2. matlab数字滤波器,cic,hb,fir 滤波器 欢迎参考-Matlab digital filters, cic, hb, welcomed the reference filter fir
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:1212
    • 提供者:cc
  1. cic_filter

    0下载:
  2. CIC滤波器的matlab设计文件,对于实际的电路参考价值很大
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1605
    • 提供者:ylt
  1. CIC

    0下载:
  2. 利用matlab,实现插值滤波器的设计 有需要的朋友可以
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1666
    • 提供者:caidan
  1. CIC滤波器matlab代码

    0下载:
  2. CIC滤波器matlab代码 D=5; r=D; fs=1e5; S3_cic=conv(conv(ones(1,D),ones(1,D)),ones(1,D)); %三个单级卷积 [h3,f3]=freqz(S3_cic,1,1000,fs); plot(f3/(fs/2),20*log10(abs(h3))-max(20*log10(abs(h3))),'r','LineWidth',1.4) ylabel('\fontsize{12}\bf幅度响应(dB)') xlabel('\fonts
  3. 所属分类:源码下载

  1. DDC

    0下载:
  2. 用6阶CIC实现,加噪声仿真。序内加详尽注释。-6 bands CIC realized, plus noise simulation. Sequence with a detailed note.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2129
    • 提供者:yeong
  1. dspddc_R12p1

    1下载:
  2. 基于DSPbuilder搭建的DDC,里面包括CIC滤波器,FIR低通滤波器,HB半带滤波器,NCO等,实现了GC5016芯片的功能-DSPbuilder erected based on DDC, which include the CIC filter, FIR low-pass filter, HB half-band filter, NCO, etc. to achieve the function of the GC5016 chip
  3. 所属分类:DSP program

    • 发布日期:2014-10-26
    • 文件大小:17176
    • 提供者:郑程
  1. Untitled

    0下载:
  2. cic抽取滤波器的matlab软件仿真实现的源代码-cic decimation filter implementation matlab source code for software simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:680
    • 提供者:曹欣
  1. pcicdecimate

    0下载:
  2. pipelined cic filter matlab source code-pipelined cic filter matlab source code
  3. 所属分类:3G develop

    • 发布日期:2017-04-01
    • 文件大小:522
    • 提供者:liuzhaohui
  1. CIC

    0下载:
  2. CIC decimator developed in matlab for demodulation signal
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:995
    • 提供者:jopes
  1. cic

    1下载:
  2. cic滤波器matlab和fpga实现 软件无线电中-cic filtering matlab fpga software radio
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:557039
    • 提供者:蒋攀
  1. CIC

    0下载:
  2. CIC滤波器在OFDM中的使用的matlab仿真实现-CIC filter matlab simulation used in OFDM realization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:zhaoshiyin
  1. cic

    0下载:
  2. CIC Filter 实现的matlab源码.里面使用MATLAB,verilog,c++混合实现CIC抽取滤波器-CIC Filter achieve matlab source. Inside using MATLAB, verilog, c++ hybrid implementation CIC decimation filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:291062
    • 提供者:李瑞涛
  1. CIC-Filter

    0下载:
  2. 抽取滤波器的matlab源代码实现预仿真,修改参数即可使用-Decimation filter matlab source code to achieve the pre-simulation can be used to modify the parameters
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-12
    • 文件大小:580
    • 提供者:董伟忠
  1. CIC

    0下载:
  2. 通过matlab实现CIC滤波器的性能仿真,并通过FPGA进行CIC的硬件实现和仿真.性能较好-Through the CIC to achieve the performance of the MATLAB filter simulation, and through the FPGA CIC hardware implementation and simulation.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:161934
    • 提供者:洪依
  1. m_filter

    0下载:
  2. 在MATLAB上实现了CIC滤波器,附设计原理,代码,以及数据(The CIC filter is implemented on MATLAB)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-21
    • 文件大小:105472
    • 提供者:酒十八
  1. CIC_Filter_Module

    2下载:
  2. 数字接收机cic抽取模块 抽取倍数可以选择 包括verilog代码 word文档 matlab仿真 testbench代码(CIC decimation module of digital receiver Extraction multiple can be selected Including Verilog code Word document Matlab simulation Testbench code)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-07
    • 文件大小:3013632
    • 提供者:nokkk
  1. CIC_desgin

    0下载:
  2. 1)设计不同长度的单级CIC滤波器,并plot出阶数为2、5、7、8的CIC滤波器幅频特性 2)设计出5级CIC滤波器(1) design a single level CIC filter with different lengths, and the amplitude frequency characteristics of the plot order of 2, 5, 7, 8 of the CIC filter 2) a 5 level CIC filter is designe
  3. 所属分类:通讯编程

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:吴简
  1. CompareCIC

    0下载:
  2. 1)用Matlab仿真长度为4的不同级联数CIC滤波器的频谱特性 2)计算SNR(1) the spectrum characteristics of different cascaded number CIC filters with Matlab simulation length 4 2) computing SNR)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:吴简
  1. CIC

    2下载:
  2. 包括地址产生单元、数据查询单元(可以重新初始化rom中的数据,由matlab产生.coe文件替换)、积分单元、抽取单元、梳状滤波单元,对于初学者很有帮助(Including address generation unit, data query unit (data can be re-initialized in rom, generated by matlab. COE file replacement), integration unit, extraction unit, comb fi
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-02-25
    • 文件大小:5120
    • 提供者:午后河流
« 1 23 4 »
搜珍网 www.dssz.com